home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Communication / NGService / Source / MMGraphicCell.h < prev    next >
Text File  |  1992-08-09  |  554b  |  24 lines

  1. /*
  2.  *      You may freely copy, distribute and reuse the code
  3.  *      in this example.  Scott Anguish disclaims any warranty of
  4.  *      any kind, expressed or implied, as to its fitness
  5.  *      for any particular use.
  6.  *        Please keep this notice intact
  7.  *      Written by: Scott Anguish  sanguish@digifix.com
  8.  */
  9.  
  10. #import <objc/Object.h>
  11. #import <appkit/Cell.h>
  12. #import <libc.h>                      /* MAXPATHLEN */
  13. #import "MMCell.h"
  14.  
  15.  
  16. @interface MMGraphicCell:MMCell
  17. {
  18.  
  19. }
  20. - imageFromAttachment;
  21. - imageFromFilename:(const char *)filename;
  22. - uudecodeAttachment;
  23. @end
  24.